JBoss.orgCommunity Documentation

Chapter 5. Shell Command Line

5.1. Introduction
5.2. Starting
5.3. Linkset Management
5.3.1. Create Linkset
5.3.2. Remove Linkset
5.3.3. Activate Linkset
5.3.4. Deactivate Linkset
5.3.5. Create Link
5.3.6. Remove Link
5.3.7. Activate Link
5.3.8. Deactivate Link
5.3.9. Show status
5.4. SCCP Management

JBoss Communications SS7 Stack provides Shell client to manage configuration of SS7 Stack Services. This chapter describes how to install and start client. Also it describes available commands and provides examples. To see examples of specific flow, to perform certain tasks, please refer to sections in chapter devoted to SCCP or Linksets .

Shell client can be started with following command from $JBOSS_HOME/bin :

[$] ./ss7-run.sh
	

Once console starts, it will print following information:

=========================================================================

Mobicents SS7: release.version=1.0.0-SNAPSHOT
This is free software, with components licensed under the GNU General Public License
version 2 and other licenses. For further details visit http://mobicents.org
=========================================================================

mobicents>
	

The ss7-run script supports following options

Usage: SS7 [OPTIONS]
Valid Options
-v           Display version number and exit
-h           This help screen

				

Shell needs to connect to managed instance. Command to connect has following structure:

ss7 connect <IP> <PORT> 

Note

Host IP and port are optional, if not specified, shell will try to connect to 127.0.0.1:3435

Command to disconnect has following structure:

ss7 discconnect 

Linksets are managed by linkset command. It allows to perform following:

Currently Shell does not support SCCP management.